home *** CD-ROM | disk | FTP | other *** search
/ 207.233.110.77 / 207.233.110.77.tar / 207.233.110.77 / web24 / Tutorial 3 / farm.css < prev    next >
Cascading Style Sheet File  |  2011-02-07  |  894b  |  28 lines

  1. /*
  2.    New Perspectives on HTML and XHTML 5th Edition
  3.    Tutorial 3
  4.    Tutorial Case
  5.  
  6.    Sunny Acres Style Sheet
  7.    Author: Jose Puentes
  8.    Date:   Feb. 7, 2011
  9.  
  10.    Filename:         farm.css
  11.    Supporting Files: none
  12.  
  13. */
  14.    body    {background-color: white; font-family: Arial, Helvetica, sans-serif}
  15.    h2       {font-size: 2em; letter-spacing: 0,4em; text-indent: 1em }
  16.    h3       {width: 20em; padding-left: 1em}    
  17.    address {text-align: center; font:normal small-caps 0.8em sans-serif;
  18.         border-top: 0.5em double green; padding-top: 1em}
  19.    a       {display: block; margin: 0.3em}
  20.  
  21.    #promoimage {float: right; margin: 0em 0em 1em 1em}
  22.    #outer      {width: 50em}
  23.    #links      {float: left; width: 10em; background-color: white; border-style: outset; border-width: 0.5em}
  24.  
  25.    #inner      {margin-left: 12em; padding-left: 1em; border-left: 0.1em solid green}
  26.  
  27.  
  28.